home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gcc / gplibt02.zoo / test32.g < prev    next >
Encoding:
Text File  |  1992-03-28  |  1.2 KB  |  69 lines

  1. #
  2. # gulam script for running 32 bit libg++ tests
  3. #
  4. echo tbitset
  5. .\tbitset.ttp <tbitset.inp >tbitset.out
  6.  
  7. echo tbitstring
  8. .\tbitstri.ttp <tbitstri.inp >tbitstri.out
  9.  
  10. echo tcomplex
  11. .\tcomplex.ttp <tcomplex.inp >tcomplex.out
  12.  
  13. echo tfile
  14. .\tfile.ttp <tfile.inp >tfile.out
  15.  
  16. echo tfix
  17. .\tfix.ttp <tfix.inp >tfix.out
  18.  
  19. echo tfix16
  20. .\tfix16.ttp <tfix16.inp >tfix16.out
  21.  
  22. echo tfix24
  23. .\tfix24.ttp <tfix24.inp >tfix24.out
  24.  
  25. echo tgetopt
  26. .\tgetopt.ttp -abc -de10 -2000 -h3i >tgetopt.out
  27.  
  28. echo tinteger
  29. .\tinteger.ttp <tinteger.inp >tinteger.out
  30.  
  31. echo tobstack
  32. .\tobstack.ttp <tobstack.inp >tobstack.out
  33.  
  34. echo trandom
  35. .\trandom.ttp <trandom.inp >trandom.out
  36.  
  37. echo trational
  38. .\trationa.ttp <trationa.inp >trational.out
  39.  
  40. echo tstring
  41. .\tstring.ttp <tstring.inp >tstring.out
  42.  
  43. # now put it all together
  44. #
  45. echo tfile >out
  46. cat tfile.out >>out
  47. echo tobstack >>out
  48. cat tobstack.out >>out
  49. echo tstring >>out
  50. cat tstring.out >>out
  51. echo tinteger >>out
  52. cat tinteger.out >>out
  53. echo trationa >>out
  54. cat trationa.out >>out
  55. echo tcomplex >>out
  56. cat tcomplex.out >>out
  57. echo tbitset >>out
  58. cat tbitset.out >>out
  59. echo tbitstri >>out
  60. cat tbitstri.out >>out
  61. echo trandom >>out
  62. cat trandom.out >>out
  63. echo tfix >>out
  64. cat tfix.out >>out
  65. echo tfix16 >>out
  66. cat tfix16.out >>out
  67. echo tfix24 >>out
  68. cat tfix24.out >>out
  69.